home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / room-maker.swf / scripts / frame_5 / DoAction.as
Text File  |  2008-03-17  |  1KB  |  15 lines

  1. stop();
  2. btn_room1.onRelease = function()
  3. {
  4.    _root.gotoAndStop("room1");
  5. };
  6. btn_room2.onRelease = function()
  7. {
  8.    _root.gotoAndStop("room2");
  9. };
  10. helpTxt.embedFonts = true;
  11. helpTxt.text = "No serious design chops are needed to play this game - just a desire to have fun! Ready? Then, here\'s how to play.... Select a room plan, by clicking on one of the buttons below.  Then chose from a menu of furnishings - tables, chairs, accessories and other fun things - by clicking on any button of the menu.  Click on a specific item you fancy, and voila - it\'s placed in your room! You can put your new selection anywhere - just drag it around the room to find a perfect spot.  And if you don\'t like it, simply throw it in a trashcan and see what happens! When you are done decorating, click the \'Finish\' button, and we will not only show you the results of your labors, we will even tell you a little about your design personality. Sounds good? Then, chose a room and have fun! ";
  12. defaultFormat = new TextFormat();
  13. defaultFormat.font = "Arial";
  14. helpTxt.setTextFormat(defaultFormat);
  15.